# Opening the file in append mode
with open('workout.txt', 'a') as file:
    file.write('May 25:8800\n')  # appending to the end of the file